home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Documentation / RoadMap < prev    next >
Encoding:
Text File  |  1995-03-22  |  2.3 KB  |  49 lines

  1. ================================================================================
  2. =========================== WWTCLKit ===========================================
  3. ================================================================================
  4.  
  5. if you don't know anything about tcl:
  6. - if you have money to spend on technical books:
  7.   - Buy John Ousterhout's book "Tcl and the Tk Toolkit", ISBN 0-201-63337-X
  8.  -else 
  9.   - cd to WavesWorld/Documentation/WWTCLKit/coreTclLibraryDocumentation
  10.     and peruse the man pages there (especially Tcl.n)
  11.     remember: in a Terminal Window, "nroff -man Tcl.n | more" will do the trick
  12.  
  13. Okay, you now know something about tcl, and you want to learn about
  14. what the WWTCLKit is all about.  You should read the documentation in
  15. WavesWorld/Documentation/WWTCLKit, especially the Intro doc.  This is
  16. still rather rough, though... (so read it and give me feedback!  No
  17. one ever has...)
  18.  
  19. Double-click on WavesWorld/Examples/TclCalculator/PB.project.  In
  20. ProjectBuilder, double-click on Calculator.nib.  In IB, do a cmd-r and
  21. go into Test Interface mode.  Play around, and then go out of test
  22. interface mode.  Now go back into PB and double-click on
  23. controls.nib. Examine the objects.  Play.  
  24.  
  25. Double-click on WavesWorld/Examples/TclWidgets1/PB.project.  In
  26. ProjectBuilder, double-click on TclWidgets1.nib.  In IB, do a cmd-r and
  27. go into Test Interface mode.  Play around, and then go out of test
  28. interface mode.  Now go back into PB and double-click on
  29. someWidgets.nib. Examine the objects.  Play.  
  30.  
  31.  
  32.  
  33. ================================================================================
  34. =========================== WW3DKit ============================================
  35. ================================================================================
  36.  
  37. if you don't know anything about RenderMan:
  38. - if you have money to spend on technical books:
  39.   - Buy Steve Upstill's book  "The RenderMan Companion", ISBN 0-201-50868-0
  40.   - Buy the book  "Texturing and Modeling: A Procedural Approach", ISBN 0-12-228760-6
  41.  -else 
  42.   - ask your local graphics guru if they have a copy of the "RenderMan Companion"
  43.     you could borrow.
  44.   - ask self-same graphics guru if they have a copy of "Texturing and
  45.     Modeling: A Procedural Approach".  They might have a copy, but they
  46.     probably won't lend it to you (it's pretty recent).
  47.  
  48.  
  49. <need to add more here...>